home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Tools / Developers / PEDELF32.ZIP / pedelf32 / FORMULA.DFM / FORMULA.txt
Encoding:
Text File  |  1996-08-21  |  5.0 KB  |  258 lines

  1. object FrmFormulas: TFrmFormulas
  2.   Left = 164
  3.   Top = 132
  4.   BorderStyle = bsDialog
  5.   Caption = 'FrmFormulas'
  6.   ClientHeight = 273
  7.   ClientWidth = 474
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnHide = FormHide
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object PnlFormula: TPanel
  18.     Left = 9
  19.     Top = 6
  20.     Width = 456
  21.     Height = 261
  22.     BevelOuter = bvLowered
  23.     TabOrder = 2
  24.     Visible = False
  25.     object Bevel3: TBevel
  26.       Left = 0
  27.       Top = 200
  28.       Width = 457
  29.       Height = 9
  30.       Shape = bsBottomLine
  31.       Style = bsRaised
  32.     end
  33.     object Label1: TLabel
  34.       Left = 8
  35.       Top = 43
  36.       Width = 97
  37.       Height = 17
  38.       Caption = 'Formula Text : '
  39.     end
  40.     object Bevel4: TBevel
  41.       Left = -1
  42.       Top = 32
  43.       Width = 457
  44.       Height = 9
  45.       Shape = bsBottomLine
  46.       Style = bsRaised
  47.     end
  48.     object Label2: TLabel
  49.       Left = 12
  50.       Top = 12
  51.       Width = 65
  52.       Height = 16
  53.       Caption = 'Formula : '
  54.     end
  55.     object Label3: TLabel
  56.       Left = 156
  57.       Top = 12
  58.       Width = 50
  59.       Height = 16
  60.       Caption = 'Name : '
  61.     end
  62.     object MemFormula: TMemo
  63.       Left = 8
  64.       Top = 64
  65.       Width = 441
  66.       Height = 137
  67.       Lines.Strings = (
  68.         '')
  69.       TabOrder = 4
  70.     end
  71.     object BtnGetFomula: TButton
  72.       Left = 8
  73.       Top = 216
  74.       Width = 105
  75.       Height = 33
  76.       Caption = 'Get Formula'
  77.       TabOrder = 0
  78.       OnClick = BtnGetFormulaClick
  79.     end
  80.     object BtnCheckFormula: TButton
  81.       Left = 120
  82.       Top = 216
  83.       Width = 105
  84.       Height = 33
  85.       Caption = 'Check Syntax'
  86.       Enabled = False
  87.       TabOrder = 1
  88.       OnClick = BtnCheckFormulaClick
  89.     end
  90.     object BtnSetFormula: TButton
  91.       Left = 232
  92.       Top = 216
  93.       Width = 105
  94.       Height = 33
  95.       Caption = 'Set Formula'
  96.       Enabled = False
  97.       TabOrder = 2
  98.       OnClick = BtnSetFormulaClick
  99.     end
  100.     object BtnOKFormula: TBitBtn
  101.       Left = 344
  102.       Top = 216
  103.       Width = 105
  104.       Height = 33
  105.       TabOrder = 3
  106.       OnClick = BtnOKFormulaClick
  107.       Kind = bkOK
  108.     end
  109.     object CmbFormulaNum: TComboBox
  110.       Left = 88
  111.       Top = 8
  112.       Width = 53
  113.       Height = 24
  114.       ItemHeight = 16
  115.       TabOrder = 5
  116.       OnChange = CmbFormulaNumChange
  117.     end
  118.     object CmbFormulaName: TComboBox
  119.       Left = 208
  120.       Top = 8
  121.       Width = 241
  122.       Height = 24
  123.       Style = csSimple
  124.       ItemHeight = 16
  125.       TabOrder = 6
  126.     end
  127.   end
  128.   object PnlSelection: TPanel
  129.     Left = 9
  130.     Top = 6
  131.     Width = 456
  132.     Height = 261
  133.     BevelOuter = bvLowered
  134.     TabOrder = 0
  135.     Visible = False
  136.     object Bevel1: TBevel
  137.       Left = 0
  138.       Top = 200
  139.       Width = 457
  140.       Height = 9
  141.       Shape = bsBottomLine
  142.       Style = bsRaised
  143.     end
  144.     object MemSelect: TMemo
  145.       Left = 8
  146.       Top = 6
  147.       Width = 441
  148.       Height = 195
  149.       Lines.Strings = (
  150.         '')
  151.       TabOrder = 4
  152.     end
  153.     object BtnGetSelect: TButton
  154.       Left = 8
  155.       Top = 216
  156.       Width = 105
  157.       Height = 33
  158.       Caption = 'Get Selection'
  159.       TabOrder = 0
  160.       OnClick = BtnGetSelectClick
  161.     end
  162.     object BtnCheckSelect: TButton
  163.       Left = 120
  164.       Top = 216
  165.       Width = 105
  166.       Height = 33
  167.       Caption = 'Check Syntax'
  168.       Enabled = False
  169.       TabOrder = 1
  170.       OnClick = BtnCheckSelectClick
  171.     end
  172.     object BtnSetSelect: TButton
  173.       Left = 232
  174.       Top = 216
  175.       Width = 105
  176.       Height = 33
  177.       Caption = 'Set Selection'
  178.       Enabled = False
  179.       TabOrder = 2
  180.       OnClick = BtnSetSelectClick
  181.     end
  182.     object BtnOKSelect: TBitBtn
  183.       Left = 344
  184.       Top = 216
  185.       Width = 105
  186.       Height = 33
  187.       TabOrder = 3
  188.       OnClick = BtnOKSelectClick
  189.       Kind = bkOK
  190.     end
  191.   end
  192.   object PnlGroup: TPanel
  193.     Left = 9
  194.     Top = 6
  195.     Width = 457
  196.     Height = 259
  197.     BevelOuter = bvLowered
  198.     Caption = 'PnlGroup'
  199.     TabOrder = 1
  200.     Visible = False
  201.     object Bevel2: TBevel
  202.       Left = 0
  203.       Top = 160
  204.       Width = 457
  205.       Height = 9
  206.       Shape = bsBottomLine
  207.       Style = bsRaised
  208.     end
  209.     object MemGroup: TMemo
  210.       Left = 8
  211.       Top = 6
  212.       Width = 441
  213.       Height = 155
  214.       Lines.Strings = (
  215.         '')
  216.       TabOrder = 4
  217.     end
  218.     object BtnSetGroup: TButton
  219.       Left = 232
  220.       Top = 176
  221.       Width = 217
  222.       Height = 33
  223.       Caption = 'Set Group Selection'
  224.       Enabled = False
  225.       TabOrder = 2
  226.       OnClick = BtnSetGroupClick
  227.     end
  228.     object BtnOKGroup: TBitBtn
  229.       Left = 232
  230.       Top = 216
  231.       Width = 217
  232.       Height = 33
  233.       TabOrder = 3
  234.       OnClick = BtnOKGroupClick
  235.       Kind = bkOK
  236.     end
  237.     object BtnCheckGroup: TButton
  238.       Left = 8
  239.       Top = 216
  240.       Width = 217
  241.       Height = 33
  242.       Caption = 'Check Syntax'
  243.       Enabled = False
  244.       TabOrder = 1
  245.       OnClick = BtnCheckGroupClick
  246.     end
  247.     object BtnGetGroup: TButton
  248.       Left = 8
  249.       Top = 176
  250.       Width = 217
  251.       Height = 33
  252.       Caption = 'Get Group Selection'
  253.       TabOrder = 0
  254.       OnClick = BtnGetGroupClick
  255.     end
  256.   end
  257. end
  258.